Just load vt100.el.
authorRichard M. Stallman <rms@gnu.org>
Sun, 30 May 1993 03:45:33 +0000 (03:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 30 May 1993 03:45:33 +0000 (03:45 +0000)
lisp/term/apollo.el
lisp/term/vt200.el

index 3b75d654c50711856c99f7bf41fa90c75d5c4143..ffe8e6bb1a6e9493e9c4efa251a0e1864a960fda 100644 (file)
@@ -1 +1 @@
-(load "term/vt100")
+(load "term/vt100" nil t)
index e2055798f5c8bc4541e909b75e6910498f5cb26b..8ed3ee74cc5f6d0360147abb30d01bfd19db3e75 100644 (file)
@@ -1,9 +1,3 @@
-(defun terminal-80-columns ()
-  (interactive)
-  (send-string-to-terminal "\033[?3l")
-  (set-frame-width 80))
-
-(defun terminal-132-columns ()
-  (interactive)
-  (send-string-to-terminal "\033[?3h")
-  (set-frame-width 132))
+;; For our purposes we can treat the vt200 and vt100 alike.
+;; The differences are handled by the termcap entry.
+(load "term/vt100" nil t)